The SixBit Application Programming Interface
Response Processing

All method calls return a ResponseType structure specific to the type of call. 

All ResponseTypes will return a StatusResultType Structure containing the results of the call.

If the call requested data from the database, it will be returned in the ResponseType in an XML format as defined in the SixBit API Schema.  All XML is verified against the schema before being returned.  If the method call included a value in the OutputFilePath, the XML will also be written to that location. 

In addition, any calls that require processing in the database, such as add/update calls, will also provide a LogFilePath parameter in the request.  If provided, logging information will be written to the specified location.